home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2002 April / PC-WELT 04-2002.ISO / software / hw / update / nforce2k.exe / nvsmb.inf < prev    next >
Encoding:
INI File  |  2001-11-09  |  906 b   |  44 lines

  1.  
  2. ; nvsmb.INF
  3.  
  4. ; Copyright (c) 2001, NVIDIA
  5. ; Version 1.00
  6.  
  7. [Version]
  8. Signature="$WINDOWS NT$"
  9. Class=System
  10. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  11. Provider=%NVIDIA%
  12. CatalogFile=nvsmb.cat
  13. DriverVer=09/07/2001,1.00.0000
  14.  
  15. [ControlFlags]
  16. ExcludeFromSelect=*
  17.  
  18. [Manufacturer]
  19. %NVIDIA_MFG%=NVIDIA_SYS
  20.  
  21. [NVIDIA_SYS]
  22. %PCI\VEN_10de&DEV_01b4.DeviceDesc% = NO_DRV, PCI\VEN_10de&DEV_01b4
  23.  
  24. ;**************************************************************************
  25. ; Do-nothing section used to avoid "Unknown hardware" installation prompts.
  26. [NO_DRV]
  27. Include=machine.inf
  28. Needs=NO_DRV
  29.  
  30. [NO_DRV.Services]
  31. Include=machine.inf
  32. Needs=NO_DRV.Services
  33.  
  34. [NO_DRV.HW]
  35. Include=machine.inf
  36. Needs=NO_DRV.HW
  37.  
  38. [Strings]
  39. SystemClassName = "System devices"
  40. NVIDIA          = "NVIDIA"
  41. NVIDIA_MFG      = "NVIDIA"
  42. PCI\VEN_10de&DEV_01b4.DeviceDesc = "NVIDIA nForce PCI System Management"
  43.  
  44.